projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f49dcb3
)
* src/conf_post.h (SYSTEM_PURESIZE_EXTRA) [CYGWIN]: Set to 10000. (Bug#17112)
author
Ken Brown
<kbrown@cornell.edu>
Fri, 28 Mar 2014 16:32:54 +0000
(12:32 -0400)
committer
Ken Brown
<kbrown@cornell.edu>
Fri, 28 Mar 2014 16:32:54 +0000
(12:32 -0400)
src/ChangeLog
patch
|
blob
|
history
src/conf_post.h
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index a0f46f028c8413101dbd0bbdb0b4ea4b8e25337b..d67b7513e3794b935213fe870c234d62e2b13245 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,8
@@
+2014-03-28 Ken Brown <kbrown@cornell.edu>
+
+ * conf_post.h (SYSTEM_PURESIZE_EXTRA) [CYGWIN]: Set to 10000.
+ (Bug#17112)
+
2014-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* xterm.c (x_draw_image_glyph_string): Adjust image background
diff --git
a/src/conf_post.h
b/src/conf_post.h
index 7419b53c5df44fc6f06045204110ee8670891456..80d561090ed3985dd16002bca97280e9874b328f 100644
(file)
--- a/
src/conf_post.h
+++ b/
src/conf_post.h
@@
-161,6
+161,10
@@
You lose; /* Emacs for DOS must be compiled with DJGPP */
#endif
#endif
+#ifdef CYGWIN
+#define SYSTEM_PURESIZE_EXTRA 10000
+#endif
+
#if defined HAVE_NTGUI && !defined DebPrint
# ifdef EMACSDEBUG
extern void _DebPrint (const char *fmt, ...);